home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / Wirecast 2.0.dmg / Wirecast.app / Contents / Resources / documentation / doc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-05-25  |  2.1 KB  |  145 lines

  1. #main_table {
  2.     width: 100%;
  3.     height: 99%;
  4. }
  5.  
  6. #copyright {
  7.     font-size: x-small;
  8.     letter-spacing: 1;
  9. }
  10.  
  11. #version {
  12.     font-size: small;
  13.     text-decoration: none;
  14.     xletter-spacing: 1;
  15. }
  16.  
  17. #date {
  18.     font-size: small;
  19.     xletter-spacing: 1;
  20. }
  21.  
  22. #section_button {
  23.     width: 89px;
  24.     xmax-width: 89px;
  25.     xhorizontal-align: left;
  26. }
  27.  
  28. #section_fill {
  29.     width: 89px;
  30.     height: 28px;
  31.     background-repeat: repeat-x;
  32. }
  33.  
  34. #para_indent {
  35.     margin-left: 20px;
  36.     font-family: verdana, tahoma, arial, sans-serif; 
  37.     font-size: 80%;
  38. }
  39.  
  40. #para_strong {
  41.     margin-left: 20px;
  42.     font-family: verdana, tahoma, arial, sans-serif; 
  43.     font-size: 80%;
  44.     font-weight: bold;
  45. }
  46.  
  47. #para_subs {
  48.     font-family: verdana, tahoma, arial, sans-serif; 
  49.     font-size: 80%;
  50.     font-weight: bold;
  51.     xbackground-color: #E1E1E1; 
  52. }
  53.  
  54. #note {
  55.     margin-left: 20px
  56. }
  57.  
  58. #top_left {
  59. xbackground-color: #EBF1FF;
  60. xborder-bottom: thin solid #99B6FC;
  61.     padding: 10px;
  62.     font-size: x-large;
  63.     width: 150px;
  64.     height: 60px;
  65.     text-align: center;
  66.     background-color: #EBE6DC;
  67.     border-bottom: thin solid #E1DACC;
  68.     border-right: thin solid #E1DACC;
  69. }
  70.  
  71. #top_left a:link,
  72. #top_left a:visited {
  73.     text-decoration: none;
  74.     color: #000;
  75. }
  76.  
  77. #top_right {
  78.     text-align: center;
  79.     font-size: x-large;
  80.     height: 60px;
  81.     background-color: #EBE6DC;
  82.     border-bottom: thin solid #E1DACC;
  83. }
  84.  
  85. #bottom_left {
  86.     padding: 10px;
  87.     width: 150px;
  88.     background-color: #eee;
  89.     border-right: thin dashed #888;
  90. }
  91.  
  92. #bottom_right {
  93.     background-color: #f8f8f8;
  94.     padding: 10px;
  95. }
  96.  
  97. #min_size {
  98.     width: 28px;
  99.     min-width: 28px;
  100. }
  101.  
  102. #menu {
  103.     list-style-type: none;
  104.     padding: 0;
  105.     margin: 0;
  106.     width: 150px;
  107.     font-size: x-small;
  108.     xfont-size: 60%;
  109.     font-family: verdana, tahoma, arial, sans-serif;
  110.     color: #555555;
  111. }
  112.  
  113. #menu li {
  114.     height: 18px;
  115.     margin: 0;
  116.     padding: 0;
  117. }
  118.  
  119. #menu li a#selected:link, 
  120. #menu li a#selected:visited {
  121.     text-decoration: none;
  122.     background-color: #ccc;
  123. }
  124.  
  125. #menu li a:link,
  126. #menu li a:visited {
  127.     text-decoration: none;
  128.     text-align: left;
  129.     display: block;
  130.     xfont-size: small;
  131.     color: #555555;
  132. }
  133.  
  134. #menu li a:hover,
  135. #menu li a:active{
  136.     text-decoration: none;
  137.     background-color: #ddd;
  138.     xbackground-image: url("images/left_nav-over.gif");
  139.     xbackground-repeat: no-repeat;
  140. }
  141.  
  142.  
  143.  
  144.  
  145.